Skip to content

Instantly share code, notes, and snippets.

@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active July 24, 2026 20:13
Conventional Commits Cheatsheet
@gnodet
gnodet / maven-4-migration-analysis.md
Created July 24, 2026 16:44
Maven Plugin Ecosystem: 4.0.x Migration & Dual-Branch Analysis (2026-07-24)

Maven Plugin Ecosystem: 4.0.x Migration & Dual-Branch Analysis

Date: 2026-07-24 | Scope: All 40 apache/maven-*-plugin repos + 5 infrastructure components

Migration Scorecard

Only 7 of 40 plugins (17.5%) have migrated master to Maven 4.x API.

Status Count Plugins
@H0j3n
H0j3n / CVE-2026-54121.md
Last active July 24, 2026 20:03

Certighost (CVE-2026-54121)

Authors: @h0j3n, @aniqfakhrul
Date: July 24, 2026


Certighost is an Active Directory Certificate Services (AD CS) vulnerability that allowed a low-privileged domain user to impersonate a Domain Controller and achieve domain compromise in the tested AD CS configuration. The issue was addressed in the July 2026 security updates.

The vulnerable path is an AD CS enrollment fallback known as a chase during directory-object resolution. By supplying request attributes such as cdc, an attacker could cause the Certification Authority (CA) to ask an attacker-controlled host for identity data belonging to a Domain Controller. The CA then used that data while issuing a certificate.

@ijsf
ijsf / README.md
Last active July 24, 2026 20:02
Full backup of Android apps + data using adb

Back Up Android Apps and Data in Modern Times (2024)

What happens to your apps if your phone breaks? Phones have become an essential part in our daily interactions with banks, social networks, entertainment, and what not. Losing or breaking a phone has never been more nervewrecking. Especially with apps that use local only storage with limited or no means of backup. Backing up data on Android is becoming harder, even for advanced users.

A decade ago, there were still viable options available for power users. Apps like Titanium Backup come to mind. But Android is being locked down tighter every year, because of financial regulations and trusted computing requirements. This mindset of turning phones into walled gardens where even a power user shall have no access is trickling down to forks such as LineageOS as well.

Modern versions of LineageOS, 18.1 as of the moment of writing, do no longer provide a practical way for applications to gain root. Backup applications such as Titanium Backup no longer work. T

@thomasklemenc
thomasklemenc / main.c
Created July 24, 2026 19:01
C dual-path D3D11 demo: use WARP until hardware GPU is ready
#ifndef DEMO_HARDWARE_ONLY
#define DEMO_HARDWARE_ONLY 0
#endif
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <dwmapi.h>
#include <d3d11.h>
#include <dxgi1_2.h>
#include <stdio.h>

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@retroplasma
retroplasma / README.md
Last active July 24, 2026 19:55
Unlag Neo: Macbook Neo Cursor lag "fix"

Unlag Neo: A "fix" for the cursor lag on Macbook Neo

Macbook Neo (I'm on macOS Tahoe 26.5.2) cursor is lagging when the cursor is near the screen's edges or when it enters a Terminal window. [1][2][3][4][5]

[Click here for more info and background]

Why is it lagging?

I don't know. But at the moment when it lags the system switches from hardware cursor to software cursor (CGCursorIsDrawnInFramebuffer() goes from 0 to 1) so maybe that transition is stalled somehow on Macbook Neo.

@WitherOrNot
WitherOrNot / a.md
Last active July 24, 2026 19:53
Disable S Mode without disabling secure boot or using MS account

S Mode Escape

Requirements

  • Access to Administrator-level account
  • Does not require MS account
  • Does not require disabling secure boot

How to Use

Recommended Graphics Settings

These settings will get you the best visuals for the cheapest cost. Turning the settings higher does not significantly improve the visual quality but it WILL significantly increase the performance cost. If you have a weaker GPU you may want to set things lower.

  • Terrain scatter: off (assuming you have parallax)
  • Reflection refresh: If you have Deferred or Textures Unlimited, set to Low. Otherwise Off.
  • Reflection resolution: 256
  • Antialiasing: off (use scatterer or TUFX antialiasing; stock AA is incompatible with HDR + Bloom anyway)
@Floriddd
Floriddd / Arch+Windows.md
Last active July 24, 2026 19:43
Установка Arch Linux на одном диске с Windows

Подготовка в Windows

  • Скачай образ Windows, которой ты захочешь пользоваться.
  • Тоже самое сделай с Arch Linux.

Создание загрузочной флешки

  • Форматируй флешку используя ventoy.
  • Закинь образы на неё.

Установка Windows